A B C D F G H I J L M N O P Q R S T U

C

call() - Method in class montecarlo.MonteCarloTask
This method is called by an ExecutorService, and is where the computational logic is contained.
chlhsn_f77(int, double[][], double, double[], double[]) - Method in class newtonSolver.Uncmin_f77
The chlhsn_f77 method finds "THE L(L-TRANSPOSE) [WRITTEN LL+] DECOMPOSITION OF THE PERTURBED MODEL HESSIAN MATRIX A+MU*I(WHERE MU\0 AND I IS THE IDENTITY MATRIX) WHICH IS SAFELY POSITIVE DEFINITE.
choldc_f77(int, double[][], double, double, double[]) - Method in class newtonSolver.Uncmin_f77
The choldc_f77 method finds "THE PERTURBED L(L-TRANSPOSE) [WRITTEN LL+] DECOMPOSITION OF A+D, WHERE D IS A NON-NEGATIVE DIAGONAL MATRIX ADDED TO A IF NECESSARY TO ALLOW THE CHOLESKY DECOMPOSITION TO CONTINUE." Translated by Steve Verrill, April 15, 1998.
colaxpy_f77(int, double, double[][], int, int, int) - Static method in class newtonSolver.Blas_f77
This method multiplies a constant times a portion of a column of a matrix and adds the product to the corresponding portion of another column of the matrix --- a portion of col2 is replaced by the corresponding portion of a*col1 + col2.
coldot_f77(int, double[][], int, int, int) - Static method in class newtonSolver.Blas_f77
This method calculates the dot product of portions of two columns of a matrix.
colisamax_f77(int, double[][], int, int, int) - Static method in class newtonSolver.Blas_f77
This method finds the index of the element of a portion of a column of a matrix that has the maximum absolute value.
colnrm2_f77(int, double[][], int, int) - Static method in class newtonSolver.Blas_f77
This method calculates the Euclidean norm of a portion of a column of a matrix.
colrot_f77(int, double[][], int, int, double, double) - Static method in class newtonSolver.Blas_f77
This method "applies a plane rotation." It is a modification of the LINPACK function DROT.
colscal_f77(int, double, double[][], int, int) - Static method in class newtonSolver.Blas_f77
This method scales a portion of a column of a matrix by a constant.
colswap_f77(int, double[][], int, int) - Static method in class newtonSolver.Blas_f77
This method interchanges two columns of a matrix.
colvaxpy_f77(int, double, double[][], double[], int, int) - Static method in class newtonSolver.Blas_f77
This method multiplies a constant times a portion of a column of a matrix x and adds the product to the corresponding portion of a vector y --- a portion of y is replaced by the corresponding portion of ax[j] + y.
colvdot_f77(int, double[][], double[], int, int) - Static method in class newtonSolver.Blas_f77
This method calculates the dot product of a portion of a column of a matrix and the corresponding portion of a vector.
colvraxpy_f77(int, double, double[], double[][], int, int) - Static method in class newtonSolver.Blas_f77
This method multiplies a constant times a portion of a vector y and adds the product to the corresponding portion of a column of a matrix x --- a portion of column j of x is replaced by the corresponding portion of ay + x[j].

A B C D F G H I J L M N O P Q R S T U